Welcome![Sign In][Sign Up]
Location:
Search - linux socket server

Search list

[WinSock-NDISwindows-to-linux-sockt

Description: Windows Linux socket 通讯,可用于嵌入式控制通讯,linux server 为C 有原码,Windows 为C++ MFC图行窗口输入.-Windows Linux socket communication, can be used in the embedded control communications, Linux server for C have the original code, Windows for C++ MFC diagram line window input.
Platform: | Size: 135040 | Author: schebo.2008@163.com | Hits:

[Internet-Networklinux-socket-func

Description: linux下socket的相关函数以及互相之间调用的关系,及有详细的服务器和client的例子说明如何调用!-socket under the cross-correlation function of the relationship between the call and a detailed server and client examples to illustrate how the call!
Platform: | Size: 6144 | Author: 222 | Hits:

[Linux-Unixlinux-socket

Description: linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
Platform: | Size: 2048 | Author: 邱天 | Hits:

[P2PLinuxUDP_Client-Server

Description: socket实例。网络编程初级入门知识,已经调试通过的。-socket examples. Network Programming primary portal of knowledge, has been adopted by the debugger.
Platform: | Size: 3072 | Author: 王正大 | Hits:

[Internet-Networkserver_new

Description: linxu socket 的服务端,实现了二进制文件的传输,没有实现非二进制文件的传输-linxu socket server and realized the binary file transmission, not realizing non-binary transmission
Platform: | Size: 1024 | Author: tangjing | Hits:

[Internet-Networkserver_epoll

Description: Linux epoll socket server-Linux server socket epoll
Platform: | Size: 2048 | Author: huang | Hits:

[Internet-Networkftp-socket

Description: 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
Platform: | Size: 4096 | Author: 李亚林 | Hits:

[Internet-Networkproxyserve

Description: 代理服务器应用程序源代码,基于linux socket编程的,已经调试通过-Proxy server application source code, linux socket-based programming has been debugging through
Platform: | Size: 4096 | Author: 鸿雁 | Hits:

[Internet-Networksocket

Description: linux下使用socket传输文件的源码,文件使用了des3加密,包括客户端和服务器端。-linux use socket to transfer files of source code, documents used des3 encryption, including client and server.
Platform: | Size: 838656 | Author: 马光强 | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[OtherlinuxServer_vcClient

Description: linux socket和winsock结合使用。linux作为服务器,windows来访问。简单测试小程序-linux socket and winsock combination. linux as a server, windows to access. Simple test applet
Platform: | Size: 7168 | Author: 王立东 | Hits:

[Internet-Networksocket_server

Description: 网络通信编程,socket编程,socket服务器端程序,可运行。代码简单完整,注释清晰,linux下编译通过,可运行。适合socket编程入门参考。-Network Communication Programming, socket program, socket server-side program can be run. Simple complete code, comments clear, linux under the compiler is passed, can be run. Reference entry for socket programming.
Platform: | Size: 4096 | Author: 马晓 | Hits:

[TCP/IP stacksocket

Description: 这个是一个在linux平台下的一个socket服务端与客户端的一两个程序,基于的是UDP数据报协议的无连接socket-This is a linux platform in a socket server and client program 12, is based on UDP Datagram Protocol without connecting socket
Platform: | Size: 1024 | Author: TK | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[OtherLinux.Socket.Programming.by.Example

Description: Linux Socket Programming by Example 英文原版PDF电子书,省纸打印版-Part I: Basic Socket Concepts Chapter 1. Introducing Sockets A Brief Historical Introduction Understanding Sockets Comparing Sockets to Pipes Creating Sockets Performing I/O on Sockets Closing Sockets Writing a Client/Server Example Chapter 2. Domains and Address Families Nameless Sockets Understanding Domains Forming Socket Addresses Forming Local Addresses Forming Internet (IPv4) Socket Addresses Specifying an X.25 Address Specifying Other Address Families The AF_UNSPEC Address Family Chapter 3. Address Conversion Functions Internet IP Numbers Allocating IP Addresses Manipulating IP Numbers Chapter 4. Socket Types and Protocols Specifying the Domain of a Socket Using the socket(2) Function Choosing a Socket Type Choosing a Protocol Socket Domain and Type Summary Other Linux-Supported Protocols Chapter 5. Binding Addresses to a Socket The Purpose of the bind(2) Function Using the bind(2) Function Obtaining the Socket Address Interfaces and Addressing
Platform: | Size: 1182720 | Author: lisi | Hits:

[Linux-Unixlinux_multiple_thread.tar

Description: linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
Platform: | Size: 675840 | Author: 陈明 | Hits:

[Linux-Unixlinux-socket

Description: Linux C socket 编程 经典实例 Clinet server
Platform: | Size: 11264 | Author: zpf | Hits:

[Internet-Networkserver

Description: linux socks服务端 学习linux socket编程很好的例子-linux socks server to learn linux socket programming example of good
Platform: | Size: 1024 | Author: zy | Hits:

[Internet-Networkserver

Description: linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
Platform: | Size: 1024 | Author: 仙鹤神针 | Hits:

[Otherlinux_qq

Description: 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Platform: | Size: 41984 | Author: 零下10度C | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net